home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / whouse.dir / 00105.ls < prev    next >
Encoding:
Text File  |  1995-08-01  |  260 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click down")
  3.   set the ink of sprite the clickOn to 4
  4.   updateStage()
  5.   repeat while the stillDown or soundBusy(1)
  6.   end repeat
  7.   puppetSound("click up")
  8.   set the ink of sprite the clickOn to 36
  9.   updateStage()
  10.   go(marker(1))
  11. end
  12.